Giter Site home page Giter Site logo

xinxisuyang's Introduction

我对信息素养实践课程的认识

学习方式

授课方式

​ 信息素养实践课程课上直接教授计算机操作,学生更易接受。对于接触计算机较少的的同学,直接学习操作相对于晦涩的理论而言,更能让同学快速了解软件的使用方式和一些快捷操作。

复习巩固

​ 课下还可以从网上学习相关教程。不同于理论知识的理解记背,通过对应用的实际操作便可巩固课上所学。

应用性

​ 通过对DOS命令、makedown语法、思维导图、GitHub、索引的学习。

  • 让我能够更好的使用计算机,记录上课内容、也获取了一些计算机前沿信息。

  • 对学习本专业有很大的实用性,也为之后的专业学习打下基础,潜移默化的提高了信息意识、信息素养、信息能力
    |章节|学习内容|课件| |:-|:-|:-:| |1.|计算机基本操作及管理|下载| |2.|网页处理软件|下载| |3.|信息管理|下载| |4.|常用DOS命令|下载| |5.|思维导图|下载| |6.|Git和Github|下载| |7.|虚拟机|下载| |8.|Office|下载..|

百度

s=str(input("请输入一个数字"))
l=list(s)
a=l[::-1]
if l==a:
    print("是回文数")
else:
    print("不是回文数")
s=str(input("请输入一个数字"))
l=list(s)
a=l[::-1]
if l==a:
	print("是回文数")
else:
	print("不是回文数")

xinxisuyang's People

Contributors

hyr1026-art avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.